home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / mac / Latest & Greatest / PowerReplace 6.3 / About PowerReplace 6.3 next >
Text File  |  1997-12-21  |  6KB  |  107 lines

  1. About PowerReplace 6.3  +  Release Note
  2. 1997.12.20
  3.  
  4. Why? 
  5. In the actual computer science world there are many text file formats, and we need often convert one format to another. Usually it means simply replace some strings by the others. Of course some text editors provide this possibility with ╥find and replace╙ command. But with this command it is almost impossible for a complicate multi-replace conversion.  
  6.  
  7. What Is It? 
  8. PowerReplace is a powerful text conversion utility. It does the conversion using a small file called ╥Filter╙. The syntax of filter is very easy to understand.
  9.  
  10. PowerReplace is also an utility to build text conversion application. It can create small stand-alone daughter-application called ╥SelfReplace╙, who makes your favorite conversion more easily and efficiently.
  11.  
  12. PowerReplace can replace character (including NULL, CR, LF, TAB) or string by any other string. By use of the asterisk-sign(*) representing any indeterminate string, it can replace also a string only whose two extremities are known. It supports all character set, hexadecimal string and regular expression(pattern) for find/replace.
  13.  
  14. Who Will Use It? 
  15. All people who need to do some text conversion: Non programmer as well as programmer.
  16.  
  17. How to Use It? A Simple Example
  18. To replace "ê" by "à" and "Ä" by "é", follow these steps:
  19. (1) Launch PowerReplace application.
  20. (2) Write the following lines in the window "Untitled":
  21.        "ê"      "à"
  22.        "Ä"      "é"
  23. (3) Click Convert File (or press E).
  24. That╒s all. For complete information on this topic, see User╒s Guide Chapter 4 - Tutorial.
  25.  
  26. Features
  27. - High conversion speed and easy to use.
  28. - Easy to create new filter file.
  29. - Can copy resource and keep the same type-creator. This seems to me very important. For example I often use this option for convert TeX 8 bits file with pictures to TeX 7 bits file. In these files, pictures are stocked in the resource 'PICT'.
  30. - Easy to change filter file that will be remember in the preference file.
  31. - Can override old text file, or save output file with extension name.
  32. - Apple technology Support: Drag/Drop, Balloon Help, AppleScript.
  33. - and more╔
  34.  
  35. Documentation & Help
  36. - Launch PowerReplace application, from the Help menu, select PowerReplace User╒s Guide╔  or  Show Balloons. 
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. - Visit my home page for general help.
  45. - Ask me if you wish.
  46.  
  47. Distribution
  48. Shareware fee 25 US$. PowerReplace is copyright ⌐ 1993-97 by Guoniu Han, all rights reserved. PowerReplace may be used for a trial period of 4 weeks. If you decide to continue using it, you must register your copy. Paying is fairly simple. You have many ways to register PowerReplace. For more information about registration, see the "Registration Readme" File.
  49.  
  50. Any SelfReplace applications you create using PowerReplace are copyright ⌐ 1993╨97 by Guoniu Han, all rights reserved. You may create and distribute SelfReplace for your commercial or non-commercial applications, but without the registration code supplied to you.
  51.  
  52. ___________________________________________________
  53.  
  54. Release Note: PowerReplace 6.3 <1997.12.20>
  55.  
  56. Bugs fixed
  57. Ñ  Fixed the "Quit and Cancel" bug.
  58. Ñ  Fixed the "Replier & Fermer" bug.
  59.  
  60. New features
  61. Ñ  Added Stack Windows command in the Control menu. Use this command to move all windows to its standard position.
  62. Ñ  You can now add string to the begin and the end of the text files. Syntax:
  63.   "*BOF*"      "The begin of my file.\r"
  64.   "*EOF*"         "\rThe end of my file."
  65. ___________________________________________________
  66.  
  67. Release Note: PowerReplace 6.2.1 - 6.2.5 <1997.9.13>
  68. Ñ  Fixed a few small bugs.
  69.  
  70. Release Note: PowerReplace 6.2 <1997.7.9>
  71.  
  72. Change in Application
  73. Ñ  Fixed the big-progress-message bug. Now you can give a very long message for the progress window.
  74. Ñ  Added Unanchor/Anchor Toolbar command in the Control menu. You can move the toolbar window.
  75. Ñ  Added preferences for the window position, toolbar status, user's guide topic item, text font and style.
  76. Ñ  Shortcuts. To select a filter and avoid opening it:   +  Select Filter.
  77. Ñ  Extract filter from SelfReplace using PowerReplace. Select Open Filter╔ from the File menu and choose a:
  78.   - Filter file = Open it,
  79.   - Plain text file = Import it as filter,
  80.   - SelfReplace application = Extract filter from it.
  81. Ñ  You can protect your filter by setting password in SelfReplace application. This password will be asked when extracting filter from SelfReplace application.
  82. Ñ  Simplified the text option dialog for the input window and output window.
  83. Ñ  Don't ask save for input and output window when quitting the application.
  84. Ñ  Added author name and filter version number in filter information and in SelfReplace application.
  85.  
  86. Change in Documentation
  87. Ñ An uncompatibility problem between versions 5.x and 6.x in regular expression(pattern): 
  88. In version 5, '$' matches the end of line, but doesn't match the '\r' at the end of line. In version 6, '$' matches the end of line, including the '\r' at the end of line. 
  89.  
  90. Example:  To replace "abcd" at the end of line by "xyz", the filters are:
  91. 'abcd$' "xyz"     % for version 5
  92. 'abcd$' "xyz\r"   % for version 6
  93.  
  94. ___________________________________________________
  95.  
  96. Contact the Author
  97. You can get more information about my programs for Apple Macintosh computer, and the latest version of PowerReplace at:
  98. http://130.79.4.26/~guoniu/mac/   or   http://www.kagi.com/guoniu
  99. Thank you for reporting any bug or suggestion to me at:
  100.  
  101. Guoniu Han, 
  102. 30, avenue du General de Gaulle, 
  103. 67000 Strasbourg, France
  104. Email    guoniu@math.u-strasbg.fr
  105. Web      http://130.79.4.26/~guoniu/mac/
  106.